home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / qlib205.zip / QLIB.ZIP / INC / KEY.INC < prev    next >
Text File  |  1997-06-11  |  426b  |  22 lines

  1.  
  2. KB_ESC    EQU   27
  3. KB_ENTER  EQU   13
  4. KB_BS     EQU   8
  5.  
  6. ;The following are from _getch() only
  7.  
  8. KB_UP     EQU   0148h
  9. KB_DOWN   EQU   0150h
  10. KB_LEFT   EQU   014bh
  11. KB_RIGHT  EQU   014dh
  12. KB_F1     EQU   013bh
  13. KB_F2     EQU   013ch
  14. KB_F3     EQU   013dh
  15. KB_F4     EQU   013eh
  16. KB_F5     EQU   013fh
  17. KB_F6     EQU   0140h
  18. KB_F7     EQU   0141h
  19. KB_F8     EQU   0142h
  20. KB_F9     EQU   0143h
  21. KB_F10    EQU   0144h
  22.